@charset "utf-8";
.about {
	width:100%;
	padding-top:110px;
	height:570px;
	background:url('../img/about-bg.png') no-repeat;
}
.about-l {
	float:left;
	width:690px;
	padding-right:60px;
}
.about-l h2 {
	font-size:42px;
	position: relative;
}
.about-l h2:before{
	position:absolute;
	content:'';
	left:0%;
	bottom:-10px;
	height:5px;
	width:120px;
	background-color:#f08300;
	border-radius:30px;
}
.about-l h3 {
	font-size:22px;
	font-weight:normal;
	margin-top:40px;
	margin-bottom:30px;
}
.about-l p {
	font-size:16px;
	color:#727272;
	line-height:36px;
}
.about-l p a {
	color:#0056a8;
}
.about-r {
	float:left;
	width:750px;
}
.video {
	position: relative;
}
.v-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 96px;
	height: 96px;
}
.v-mask img, .video_t>img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.layuiBg1 {
	display: none;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.layuiBox1 {
	display: none;
	position: fixed;
	z-index: 102;
	width: 902px;
	height: 534px;
	top:200px;
	animation: fadeInUp .3s;
	-moz-animation: fadeInUp .3s;
	-webkit-animation: fadeInUp .3s;
	-o-animation: fadeInUp .3s;
}
.layuivideo{
	width: 100%;
	position: relative;
}
.layuiBox1 .layerClose {
	display: block;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 37px;
	height: 37px;
	background: url(../img/icon-close2.png) no-repeat;
	z-index: 103;
	cursor: pointer;
}
.play-vi {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 54px;
	background-color: #000;
	box-sizing: border-box;
}
.layuiBox1 .layuivideo p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #424a5b;
	font-size: 16px;
	color: #fff;
	z-index: 9;
	text-indent: 2em;
	overflow: hidden;
	box-sizing: border-box;
}
.layuiBox1 .layuivideo video{
	outline: none;
}
.about-sub {
	background:#ffffff;
	overflow:hidden;
}
.about-sub li {
	float:left;
	width:300px;
	text-align:center;
	padding-bottom:50px;
}
.about-sub li p {
	font-size:16px;
}
.about-sub li p b {
	font-size:48px;
	color:#0055ac;
	font-weight:normal;
}
.about-sub li p i {
	font-style:normal;
	color:#0055ac;
	font-size:24px;
}

.ser-title {
	width:100%;
	text-align:center;
	background:#eff7fd;
	height:180px;
	line-height:180px;
}
.ser-title span {
	font-size:42px;
	font-weight:bold;
	position:relative;
}
.ser-title span:before{
	position:absolute;
	content:'';
	left:24px;
	bottom:-20px;
	height:5px;
	width:120px;
	background-color:#f08300;
	border-radius:30px;
}
.service {
	display: flex; /* 将主容器设置为flex布局 */
	justify-content: center; /* 水平居中内容 */
	align-items: center; /* 垂直居中内容 */
	overflow:hidden;
}
.service-in {
	width: 100vw; /* 根据需求调整容器大小 */
	height: 90vh; /* 根据需求调整容器大小 */
	padding: 5px; /* 内边距 */
	box-sizing: border-box; /* 包含padding在计算尺寸时 */
	display: grid; /* 将容器设置为网格布局 */
	grid-template-columns: repeat(3, 1fr); /* 定义三列等分布局 */
	grid-gap: 10px; /* 间距 */
}
.service-in a {
	display:grid;
}
.ser-box {
	padding:20px;
}
.ser-box h2 {
	padding-top:260px;
	color:#ffffff;
	font-size:24px;
}
.ser-box h3 {
	margin-top:20px;
	font-weight:normal;
	line-height:24px;
	height:48px;
	overflow:hidden;
	font-size:14px;
	color:#dbd8d8;
}
.ser-box hover {
	cursor:pointer;
}
.ser-box:hover h2 {
	padding-top:110px;
	font-size:42px;
	width:180px;
	border-bottom:#ffffff 4px solid;
}
.ser-box.ser-04:hover h2 {
	width:220px;
}
.ser-box.ser-05:hover h2 {
	width:220px;
}
.ser-box.ser-06:hover h2 {
	width:280px;

}
.ser-box:hover h3 {
	width:60%;
	overflow:inherit;
	color:#ffffff;
}
.ser-01 {
	background:url('../img/service-01.png') no-repeat;
}
.ser-02 {
	background:url('../img/service-02.png') no-repeat;
}
.ser-03 {
	background:url('../img/service-03.png') no-repeat;
}
.ser-04 {
	background:url('../img/service-04.png') no-repeat;
}
.ser-05 {
	background:url('../img/service-05.png') no-repeat;
}
.ser-06 {
	background:url('../img/service-06.png') no-repeat;
}
.ser-01:hover {
	background:url('../img/service-01-on.png') no-repeat;
}
.ser-02:hover {
	background:url('../img/service-02-on.png') no-repeat;
}
.ser-03:hover {
	background:url('../img/service-03-on.png') no-repeat;
}
.ser-04:hover {
	background:url('../img/service-04-on.png') no-repeat;
}
.ser-05:hover {
	background:url('../img/service-05-on.png') no-repeat;
}
.ser-06:hover {
	background:url('../img/service-06-on.png') no-repeat;
}

.news {
	background:url('../img/news-bg.png') no-repeat;
	background-size:100%;
	height:790px;
}
.news-in {
	padding-top:100px;
}
.news-title {
	text-align:center;
	height:100px;
}
.news-title span {
	font-size:42px;
	font-weight:bold;
	position:relative;
}
.news-title span:before{
	position:absolute;
	content:'';
	left:24px;
	bottom:-20px;
	height:5px;
	width:120px;
	background-color:#f08300;
	border-radius:30px;
}
.news-tab {
	width:100%;
}
.news-tab .tab_title {
	float:left;
	margin-top:20px;
	padding-left:430px;
	padding-right:430px;
	text-align:center;
}
.news-tab .tab_title dt {
	float:left;
	width:140px;
	font-size:16px;
	position:relative;
}
.news-tab .tab_title dt.tab_show:before{
	position:absolute;
	content:'';
	left:38px;
	bottom:-10px;
	height:3px;
	width:60px;
	background-color:#f08300;
	border-radius:30px;
}
.news-tab .tab_title dt.tab_show a {
	color:#f08300;
}
.news-tab .tab_title dt:hover:before{
	position:absolute;
	content:'';
	left:38px;
	bottom:-10px;
	height:3px;
	width:60px;
	background-color:#f08300;
	border-radius:30px;
}
.news-tab .tab_title dt a:hover {
	color:#f08300;
}


.news-tab .tab_content {
	float:left;
	width:100%;
	margin-top:40px;
}

.news-pic {
	float:left;
	width:730px;
}
.news-pic img {
	width:730px;
	height:400px;
	border-radius:5px;
}
.news_hdp .swiper-pagination {
	bottom: 20px;
	left:300px;
}
.news_hdp .swiper-slide .tit-bg {
	height:50px;
	background:#000000;
	width:730px;
	opacity: 0.6;
	position: absolute;
	bottom:6px;
}
.news_hdp .swiper-slide .tit-txt {
	height:50px;
	line-height:50px;
	width:580px;
	padding-left:20px;
	position: absolute;
	bottom:6px;
	color:#ffffff;
	font-size:18px;
	overflow:hidden;
}
.news_hdp .swiper-pagination-bullet {
	width:10px;
	height:10px;
	background:#ffffff;
	opacity: 0.8;
}
.news_hdp .swiper-pagination-bullet-active{background:#ff7300}
.news-txt {
	float:left;
	width:730px;
	margin-left:40px;

}
.news-box {
	float:left;
	width:720px;
	border-bottom:#d6dfe8 1px solid;
	padding-bottom:14px;
	padding-top:14px;
	padding-left:10px;
	background:url('../img/news-icon.png') 0px 24px no-repeat;
}
.news-box .fl {
	float:left;
	width:630px;
	color:#3b3b3b;
}
.news-box .fl h3 {
	font-size:18px;
}
.news-box .fl p {
	color:#909090;
	font-size:14px;
	line-height:24px;
	padding-top:6px;
	height:54px;
	overflow:hidden;
}
.news-box .fr {
	float:left;
	width:90px;
	font-size:14px;
	text-align:center;
	color:#545454;
}
.news-box .fr b {
	font-size:50px;
	font-weight:normal;
}
.news-txt a:hover .fl h3 {
	color:#f08300;
}
.news-txt a:hover .fr {
	color:#f08300;
}


.honor {
	background:url('../img/honor-bg.png') no-repeat;
	background-size:100%;
	height:690px;
}
.honor-in {
	padding-top:100px;
}
.honor-title {
	text-align:center;
	height:100px;
}
.honor-title span {
	font-size:42px;
	font-weight:bold;
	position:relative;
	color:#ffffff;
}
.honor-title span:before{
	position:absolute;
	content:'';
	left:24px;
	bottom:-20px;
	height:5px;
	width:120px;
	background-color:#f08300;
	border-radius:30px;
}

.honor-in .pics-box {
	margin-top:30px;
}
.honor-in .swiper-slide{
	/*display:inline-block;*/
	/*vertical-align:top;*/
}
.honor-in .pic {
	width:100%;
	height:310px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50%;
	transition:all .2s
}
.honor-in .title {
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
}
.honor-in a .title {
	color:#ffffff;
}
.pics-button-prev {
	color: #ffffff !important;
	background: none!important;
}

.pics-button-next {
	color: #ffffff !important;
	background: none!important;
}
